fixed logging function in opencv_stitching

pull/13383/head
Alexey Spizhevoy 14 years ago
parent 8191b5564f
commit aa3e481458
  1. 2
      modules/stitching/util.hpp

@ -49,7 +49,7 @@
#if ENABLE_LOG
#include <iostream>
#define LOG(msg) std::cout << msg;
#define LOG(msg) { std::cout << msg; std::cout.flush(); }
#else
#define LOG(msg)
#endif

Loading…
Cancel
Save