diff options
Diffstat (limited to 'include/core/option.h')
-rw-r--r-- | include/core/option.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/core/option.h b/include/core/option.h index b9f47c5..d288496 100644 --- a/include/core/option.h +++ b/include/core/option.h @@ -100,7 +100,7 @@ class CompOption { operator bool (); operator int (); - operator float(); + operator float (); operator unsigned short * (); operator CompString (); operator CompMatch & (); @@ -201,8 +201,6 @@ class CompOption { static bool setOption (CompOption &o, Value &value); - - private: PrivateOption *priv; }; |