Fixed couple of MSVC warnings

This commit is contained in:
Andrey Kamaev
2012-04-10 22:21:12 +00:00
parent b122f7326b
commit 626afecaf8
5 changed files with 27 additions and 26 deletions

View File

@@ -113,7 +113,7 @@ public:
private:
// To avoid GCGraph dependency
class Impl;
Ptr<Impl> impl_;
Ptr<PairwiseSeamFinder> impl_;
};