diff options
author | Thiago Macieira <thiago@macieira.org> | 2013-04-13 00:41:14 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-04-23 08:06:00 -0700 |
commit | 72ad76fc2613e4cb51f7677d760985915cd25cbf (patch) | |
tree | 36b8cbc93a0d1835e59d11fae89c77e942740ccc /subsurface.qrc | |
parent | 9ffb707d9d9d478b7538a8cd9ef9ef7c6edae25c (diff) | |
download | subsurface-72ad76fc2613e4cb51f7677d760985915cd25cbf.tar.gz |
Fix compilation: in C++, enums don't have operator++
To use ++, we need to declare the variable as int. But then we need to
cast to the enum type.
This is using C-style casts because this is still C-like code.
Signed-off-by: Thiago Macieira <thiago@macieira.org>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'subsurface.qrc')
0 files changed, 0 insertions, 0 deletions