1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-07-15 01:24:45 +02:00

went through the rest of cppcheck warnings, mostly harmless

This commit is contained in:
Ivan Savenko
2013-11-07 12:48:41 +00:00
parent 71d6b0fea9
commit ee6cdbeffe
39 changed files with 88 additions and 126 deletions

View File

@ -59,7 +59,7 @@ protected:
/**
* @brief CList - protected constructor
* @param Size - maximal amount of visible at once items
* @param size - maximal amount of visible at once items
* @param position - cordinates
* @param btnUp - path to image to use as top button
* @param btnDown - path to image to use as bottom button
@ -129,7 +129,7 @@ class CHeroList : public CList
public:
/**
* @brief CHeroList
* @param Size, position, btnUp, btnDown @see CList::CList
* @param size, position, btnUp, btnDown @see CList::CList
*/
CHeroList(int size, Point position, std::string btnUp, std::string btnDown);
@ -163,7 +163,7 @@ class CTownList : public CList
public:
/**
* @brief CTownList
* @param Size, position, btnUp, btnDown @see CList::CList
* @param size, position, btnUp, btnDown @see CList::CList
*/
CTownList(int size, Point position, std::string btnUp, std::string btnDown);
@ -312,4 +312,4 @@ public:
/// for 3 seconds shows amount of town halls and players status
void showGameStatus();
};
};