libvips/libsrc/dummy2.cc
John Cupitt 18f79ab328 stuff
2008-04-09 22:09:10 +00:00

5 lines
174 B
C++

/* mac os x libtool needs to links libraries containing c++ (eg. cimg) with
* g++ ... force this with a dummy c++ file at the top level
*/
const int im__dummy_value = 42;