-rw-r--r-- | libopie/oconfig.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libopie/oconfig.h b/libopie/oconfig.h index c97fb6a..f6227d1 100644 --- a/libopie/oconfig.h +++ b/libopie/oconfig.h @@ -42,5 +42,5 @@ class OConfig : public Config { ~OConfig(); QString fileName() const; - + void read( ) { Config::read(); }; }; |