summaryrefslogtreecommitdiff
path: root/src/picture_asset.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-01-05 22:02:24 +0000
committerCarl Hetherington <cth@carlh.net>2013-01-05 22:02:24 +0000
commitfd8a665cbb0a9a44995f88567747e2379a6f4098 (patch)
treebd5b38579afdc55025cc93e52b8595a8aeebd46a /src/picture_asset.h
parent40c974694bb6c01d7bfd432b7467b933e01dc418 (diff)
Various probably quite untidy progress on KDMs.
Diffstat (limited to 'src/picture_asset.h')
-rw-r--r--src/picture_asset.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/picture_asset.h b/src/picture_asset.h
index 15764dab..96bf5659 100644
--- a/src/picture_asset.h
+++ b/src/picture_asset.h
@@ -64,6 +64,9 @@ protected:
int _width;
/** picture height in pixels */
int _height;
+
+private:
+ std::string key_type () const;
};
/** A 2D (monoscopic) picture asset */