--- CommonStorage.h 2006/08/30 12:39:09 8 +++ CommonStorage.h 2006/08/30 21:57:57 9 @@ -9,6 +9,7 @@ { public: static CommonStorage *Instance(); + ~CommonStorage(void); //setters and getters er inline funktioner void setDBLayer(DatabaseLayer *d) {dbl = d;}