Commit 9d0721b8 authored by jaco's avatar jaco

mac warning e windows error compiling fixed

parent aed1b8a4
......@@ -40,7 +40,7 @@
//M*/
#ifndef __OPENCV_SALIENCY_SPECIALIZED_CLASSES_HPP__
#define __OPENCV_SALIENCY_SPECIALIZED_CLASSES_HPP_
#define __OPENCV_SALIENCY_SPECIALIZED_CLASSES_HPP__
#include "saliencyBaseClasses.hpp"
#include "BING/kyheader.h"
......
......@@ -63,6 +63,8 @@ public:
private:
CStr title;
CmTimer& operator=(const CmTimer&);
bool is_started;
clock_t start_clock;
clock_t cumulative_clock;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment