diff options
| author | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-01-05 00:15:49 +0100 |
|---|---|---|
| committer | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-01-05 00:15:49 +0100 |
| commit | c89e5c5ada36a528410ad9bb44d27012da85fa96 (patch) | |
| tree | 0f0085a6bb3eb941ee562e55ff81b19fd00bad67 /src/core/common | |
| parent | a3ef034a2b746a5b0c8bd36e32f4f848890162c4 (diff) | |
Fixed compilation with gcc 4.9
Diffstat (limited to 'src/core/common')
| -rw-r--r-- | src/core/common/Rtti.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/common/Rtti.hpp b/src/core/common/Rtti.hpp index deaf128..ab937f5 100644 --- a/src/core/common/Rtti.hpp +++ b/src/core/common/Rtti.hpp @@ -251,6 +251,7 @@ inline const RttiBase &typeOf(const T &obj) } namespace RttiTypes { + /** * Type of no particular type. */ |
