author | mickeyl <mickeyl> | 2006-05-25 22:25:45 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2006-05-25 22:25:45 (UTC) |
commit | edc6b08e3914537d6885e3474036ad4924f185f3 (patch) (side-by-side diff) | |
tree | 755be9de7fd3ad8a274ec8ac4515c3e92999a4e9 /noncore | |
parent | 1004aa580c4f115b9959027deb7f19997adc9df8 (diff) | |
download | opie-edc6b08e3914537d6885e3474036ad4924f185f3.zip opie-edc6b08e3914537d6885e3474036ad4924f185f3.tar.gz opie-edc6b08e3914537d6885e3474036ad4924f185f3.tar.bz2 |
g++ 4.1.1 fix
-rw-r--r-- | noncore/games/minesweep/minefield.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/noncore/games/minesweep/minefield.h b/noncore/games/minesweep/minefield.h index e243d77..8d0f754 100644 --- a/noncore/games/minesweep/minefield.h +++ b/noncore/games/minesweep/minefield.h @@ -82,8 +82,8 @@ private: void setCellSize( int ); State stat; - void MineField::setState( State st ); - void MineField::placeMines(); + void setState( State st ); + void placeMines(); enum FlagAction { NoAction, FlagOn, FlagNext }; FlagAction flagAction; bool ignoreClick; |