diff options
| author | 2015-08-20 12:29:45 +0200 | |
|---|---|---|
| committer | 2015-08-20 12:29:45 +0200 | |
| commit | f2216bbcba3938f496873d28a6fda0aa51784a20 (patch) | |
| tree | 3f486470c01b9fb74a4eba7740f7f2e0918ff55d /result/result.h | |
| parent | 831f75a83ca3e5734d3c110af584a0f3bf7430e7 (diff) | |
| download | OneRoll-f2216bbcba3938f496873d28a6fda0aa51784a20.tar.gz OneRoll-f2216bbcba3938f496873d28a6fda0aa51784a20.zip | |
fix compilation
Diffstat (limited to 'result/result.h')
| -rw-r--r-- | result/result.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/result/result.h b/result/result.h index 7fd32da..3f16535 100644 --- a/result/result.h +++ b/result/result.h @@ -80,9 +80,9 @@ public: virtual QString toString(bool wl) = 0; protected: int m_resultTypes;/// @brief + QString m_id; private: Result* m_previous;/// @brief - QString m_id; }; |