Cppcheck: Fixed bug from last commit. Also added some new fixes
This commit is contained in:
@@ -100,7 +100,7 @@ public:
|
||||
}
|
||||
|
||||
virtual void getFullSize (int& w, int& h, int tr = TR_NONE) {}
|
||||
virtual void getSize (int tran, PreviewProps pp, int& w, int& h) {}
|
||||
virtual void getSize (PreviewProps pp, int& w, int& h) = 0;
|
||||
virtual int getRotateDegree() const
|
||||
{
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user