summaryrefslogtreecommitdiff
path: root/libopie/oconfig.h
Unidiff
Diffstat (limited to 'libopie/oconfig.h') (more/less context) (ignore whitespace changes)
-rw-r--r--libopie/oconfig.h2
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
@@ -41,7 +41,7 @@ class OConfig : public Config {
41 OConfig( const QString &filename ); 41 OConfig( const QString &filename );
42 ~OConfig(); 42 ~OConfig();
43 QString fileName() const; 43 QString fileName() const;
44 44 void read( ) { Config::read(); };
45}; 45};
46 46
47#endif 47#endif