fixed a few problems detected by Xcode 4.2.1
This commit is contained in:
@@ -72,6 +72,7 @@ private:
|
||||
class ImageIterator
|
||||
{
|
||||
public:
|
||||
virtual ~ImageIterator() {}
|
||||
virtual bool hasNext() const = 0;
|
||||
virtual location_scale_t next() = 0;
|
||||
};
|
||||
|
Reference in New Issue
Block a user