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:
9be9056
)
Fix TARIFF_DATA forward declaration type (class -> struct)
author
Maxim Mamontov
<faust.madf@gmail.com>
Mon, 11 Apr 2011 20:08:26 +0000
(23:08 +0300)
committer
Maxim Mamontov
<faust.madf@gmail.com>
Mon, 11 Apr 2011 20:08:26 +0000
(23:08 +0300)
include/stg/tariffs.h
patch
|
blob
|
history
diff --git
a/include/stg/tariffs.h
b/include/stg/tariffs.h
index 1f91948fa53b71ea92f793d2bac4c75f168c7951..8c098c8bb6fdfd59830b35a8283d3bb148d893a2 100644
(file)
--- a/
include/stg/tariffs.h
+++ b/
include/stg/tariffs.h
@@
-26,7
+26,7
@@
class ADMIN;
class TARIFF;
-
class
TARIFF_DATA;
+
struct
TARIFF_DATA;
class TARIFFS {
public: