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
(from parent 1:
8e739b3
)
Fix MODULE_SETTINGS forward declaration type (class -> struct)
author
Maxim Mamontov
<faust.madf@gmail.com>
Mon, 11 Apr 2011 20:07:51 +0000
(23:07 +0300)
committer
Maxim Mamontov
<faust.madf@gmail.com>
Mon, 11 Apr 2011 20:07:51 +0000
(23:07 +0300)
include/stg/plugin.h
patch
|
blob
|
history
diff --git
a/include/stg/plugin.h
b/include/stg/plugin.h
index d196b353be45a078106a85ec806e35e185f6abe5..35a5a4c9fef2d6c7bc866440f346ab6f3d22c203 100644
(file)
--- a/
include/stg/plugin.h
+++ b/
include/stg/plugin.h
@@
-39,7
+39,7
@@
class TRAFFCOUNTER;
class SETTINGS;
class STORE;
-
class
MODULE_SETTINGS;
+
struct
MODULE_SETTINGS;
class PLUGIN : private NONCOPYABLE {
public: