diff options
Diffstat (limited to 'rsc')
-rw-r--r-- | rsc/inc/rsckey.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/rsc/inc/rsckey.hxx b/rsc/inc/rsckey.hxx index 8837ed397ee7..5b79b7f18940 100644 --- a/rsc/inc/rsckey.hxx +++ b/rsc/inc/rsckey.hxx @@ -19,7 +19,7 @@ #ifndef _RSCKEY_HXX #define _RSCKEY_HXX -/****************** C l a s s F o r w a r d s **************************/ +// class forwards class RscTop; #include <rscall.h> @@ -49,7 +49,6 @@ public: bool Get( Atom nName, KEY_STRUCT * pEle ); }; - #endif// _RSCKEY_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |