mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-23 22:37:55 +02:00
Changes to rest of the code according to review:
- renamed status bar method clearMatching -> clearIfMatching - renamed class ColorShifterAddMul -> ColorShifterMultiplyAndAdd - fixed missing return from function - fixed potential access to deleted object
This commit is contained in:
@@ -221,7 +221,7 @@ class IStatusBar
|
||||
public:
|
||||
virtual ~IStatusBar();
|
||||
virtual void clear() = 0;
|
||||
virtual void clearMatching(const std::string & Text) = 0;
|
||||
virtual void clearIfMatching(const std::string & Text) = 0;
|
||||
virtual void write(const std::string & Text) = 0;
|
||||
virtual void lock(bool shouldLock) = 0;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user