Fix 1459615 (debian #364408): allow building of synfigstudio on amd64. Patch by Andre...
[synfig.git] / synfig-studio / trunk / src / gtkmm / keyframetreestore.cpp
index c22da5f..edd6a3e 100644 (file)
@@ -223,7 +223,7 @@ KeyframeTreeStore::create(etl::loose_handle<synfigapp::CanvasInterface> canvas_i
 void
 KeyframeTreeStore::reset_stamp()
 {
-       stamp_=time(0)+reinterpret_cast<int>(this);
+       stamp_=time(0)+reinterpret_cast<long>(this);
 }
 
 /*