git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Include fcntl.h for creat in main.cpp
[stg.git]
/
projects
/
stargazer
/
store_loader.h
diff --git
a/projects/stargazer/store_loader.h
b/projects/stargazer/store_loader.h
index 1f624e1ad34b9e83052db0c93f2ea66c9cb6d684..a9bb3a449d8b6cabe33a8048895b06ce2eed9a54 100644
(file)
--- a/
projects/stargazer/store_loader.h
+++ b/
projects/stargazer/store_loader.h
@@
-37,11
+37,11
@@
#include "noncopyable.h"
class STORE;
-class SETTINGS;
+class SETTINGS
_IMPL
;
class STORE_LOADER : private NONCOPYABLE {
public:
- STORE_LOADER(const SETTINGS & settings);
+ STORE_LOADER(const SETTINGS
_IMPL
& settings);
~STORE_LOADER();
bool Load();