Rename z_depth_static to z_depth__static to make proper use of the macros.
[synfig.git] / synfig-core / src / synfig / layer.h
index 8a6a2e6..87e91a1 100644 (file)
@@ -273,7 +273,7 @@ private:
        float z_depth_;
 
        //! True if zdepth is not affected when in animation mode
-       bool z_depth_static;
+       bool z_depth__static;
 
        //! \writeme
        mutable Time dirty_time_;