summaryrefslogtreecommitdiffstats
path: root/subsurface.qrc
diff options
context:
space:
mode:
authorGravatar Thiago Macieira <thiago@macieira.org>2013-04-13 00:41:14 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-04-23 08:06:00 -0700
commit72ad76fc2613e4cb51f7677d760985915cd25cbf (patch)
tree36b8cbc93a0d1835e59d11fae89c77e942740ccc /subsurface.qrc
parent9ffb707d9d9d478b7538a8cd9ef9ef7c6edae25c (diff)
downloadsubsurface-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