From 24ee5014675d43c80c0580882fe5cc24ca17e7a8 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 15 Oct 2013 11:09:20 -0600 Subject: NxWidgets::CScaledImage: New class that wraps any class that provides IBitMap and adds image scaling --- NxWidgets/libnxwidgets/include/crlepalettebitmap.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'NxWidgets/libnxwidgets/include/crlepalettebitmap.hxx') diff --git a/NxWidgets/libnxwidgets/include/crlepalettebitmap.hxx b/NxWidgets/libnxwidgets/include/crlepalettebitmap.hxx index dd869c476..1235c80fb 100644 --- a/NxWidgets/libnxwidgets/include/crlepalettebitmap.hxx +++ b/NxWidgets/libnxwidgets/include/crlepalettebitmap.hxx @@ -235,7 +235,7 @@ namespace NXWidgets * @return The bitmap's width. */ - const nxgl_coord_t getStride(void) const; + const size_t getStride(void) const; /** * Use the colors associated with a selected image. -- cgit v1.2.3