diff options
author | joye <joye> | 2014-04-08 17:15:22 (GMT) |
---|---|---|
committer | joye <joye> | 2014-04-08 17:15:22 (GMT) |
commit | 988ce9c551172b66c1628636f5e7517baf478b8e (patch) | |
tree | a85d60cf086f460a1e086a0b0dd0caa9c1f7ebf3 /bltGrMarkerBitmap.h | |
parent | 4865e2bdf078f94c3247afce485d70340ced618c (diff) | |
download | blt-988ce9c551172b66c1628636f5e7517baf478b8e.zip blt-988ce9c551172b66c1628636f5e7517baf478b8e.tar.gz blt-988ce9c551172b66c1628636f5e7517baf478b8e.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'bltGrMarkerBitmap.h')
-rw-r--r-- | bltGrMarkerBitmap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bltGrMarkerBitmap.h b/bltGrMarkerBitmap.h index 1adbd2f..1975a50 100644 --- a/bltGrMarkerBitmap.h +++ b/bltGrMarkerBitmap.h @@ -75,8 +75,8 @@ namespace Blt { ClassId classId() {return CID_MARKER_BITMAP;} const char* className() {return "BitmapMarker";} + const char* typeName() {return "bitmap";} }; - }; #endif |