]> git.lizzy.rs Git - irrlicht.git/blobdiff - include/IGUISkin.h
Avoid some warnings from static code analysis.
[irrlicht.git] / include / IGUISkin.h
index e685a1ed70b94e8cc33c7fa53be003215d0b0800..f41357a7bd75bc3d4b50ab1a3da802235583570b 100644 (file)
@@ -5,7 +5,7 @@
 #ifndef __I_GUI_SKIN_H_INCLUDED__\r
 #define __I_GUI_SKIN_H_INCLUDED__\r
 \r
-#include "IAttributeExchangingObject.h"\r
+#include "IReferenceCounted.h"\r
 #include "EGUIAlignment.h"\r
 #include "SColor.h"\r
 #include "rect.h"\r
@@ -381,7 +381,7 @@ namespace gui
        };\r
 \r
        //! A skin modifies the look of the GUI elements.\r
-       class IGUISkin : public virtual io::IAttributeExchangingObject\r
+       class IGUISkin : virtual public IReferenceCounted\r
        {\r
        public:\r
 \r