summaryrefslogtreecommitdiffstats
path: root/src/sysInfo.h
diff options
context:
space:
mode:
authorJonathan Bauer2011-03-08 02:46:18 +0100
committerJonathan Bauer2011-03-08 02:46:18 +0100
commit2145855feffdaefbf71f8513fef7c220d66f501f (patch)
treec6f3bd824305bde87aacdfe2a80708119fb728f2 /src/sysInfo.h
parentfix? (diff)
downloadfbgui-2145855feffdaefbf71f8513fef7c220d66f501f.tar.gz
fbgui-2145855feffdaefbf71f8513fef7c220d66f501f.tar.xz
fbgui-2145855feffdaefbf71f8513fef7c220d66f501f.zip
compiling..
Diffstat (limited to 'src/sysInfo.h')
-rw-r--r--src/sysInfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sysInfo.h b/src/sysInfo.h
index 43aa8ed..ced1d56 100644
--- a/src/sysInfo.h
+++ b/src/sysInfo.h
@@ -12,6 +12,6 @@ class sysInfo {
private:
QString getTime();
QString getMACAddress();
-}
+};
#endif // SYSTEMINFO_H