Fixed Windows build warnings and configuration problem.

This commit is contained in:
Andrey Kamaev
2012-06-30 20:45:01 +00:00
parent 27c23b557c
commit afe11f69fb
8 changed files with 74 additions and 84 deletions

View File

@@ -81,11 +81,7 @@ public:
double fps();
private:
std::string path_;
bool volatileFrame_;
struct VideoReader;
const VideoReader& reader_;
Ptr<IFrameSource> impl;
};
} // namespace videostab