diff options
Diffstat (limited to 'include/core/option.h')
-rw-r--r-- | include/core/option.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/core/option.h b/include/core/option.h index c9e26fe..2d9ba5f 100644 --- a/include/core/option.h +++ b/include/core/option.h @@ -159,7 +159,7 @@ class CompOption { ~CompOption (); void setName (CompString name, Type type); - + CompString name (); Type type (); |