summaryrefslogtreecommitdiff
path: root/rsc
diff options
context:
space:
mode:
Diffstat (limited to 'rsc')
-rw-r--r--rsc/inc/rsclex.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/rsc/inc/rsclex.hxx b/rsc/inc/rsclex.hxx
index f98a7506e552..c05fd0ce6d24 100644
--- a/rsc/inc/rsclex.hxx
+++ b/rsc/inc/rsclex.hxx
@@ -65,9 +65,9 @@ struct Node
class ObjectStack
{
- private :
+ private:
Node* pRoot;
- public :
+ public:
ObjectStack () { pRoot = NULL; }