git.stg.codes
/
stg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c31d429
)
Fix MODULE_SETTINGS forward declaration type (class -> struct) in
author
Maxim Mamontov
<faust@gts.dp.ua>
Tue, 12 Apr 2011 11:04:20 +0000
(14:04 +0300)
committer
Maxim Mamontov
<faust@gts.dp.ua>
Tue, 12 Apr 2011 11:04:20 +0000
(14:04 +0300)
converotr
projects/convertor/settings_impl.h
patch
|
blob
|
history
diff --git
a/projects/convertor/settings_impl.h
b/projects/convertor/settings_impl.h
index 64d4b9fcb2d11c27f606da6fd0c3810a3b7ad470..eec21d685e09e348b647febb9156a7a969901ad8 100644
(file)
--- a/
projects/convertor/settings_impl.h
+++ b/
projects/convertor/settings_impl.h
@@
-33,7
+33,7
@@
#include <string>
#include <vector>
-
class
MODULE_SETTINGS;
+
struct
MODULE_SETTINGS;
class DOTCONFDocumentNode;
class SETTINGS_IMPL {