From b201e09daf251a0e3e5576b79643f6c4f841a4a9 Mon Sep 17 00:00:00 2001 From: Neil Date: Sat, 22 Apr 2017 09:16:08 +1000 Subject: Using unique_ptr to simplify ownership of images, case folder, and list box. --- src/XPM.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/XPM.h') diff --git a/src/XPM.h b/src/XPM.h index 789485eb0..cd78b14c0 100644 --- a/src/XPM.h +++ b/src/XPM.h @@ -68,7 +68,7 @@ public: * A collection of RGBAImage pixmaps indexed by integer id. */ class RGBAImageSet { - typedef std::map ImageMap; + typedef std::map> ImageMap; ImageMap images; mutable int height; ///< Memorize largest height of the set. mutable int width; ///< Memorize largest width of the set. -- cgit v1.2.3