summaryrefslogtreecommitdiff
path: root/xml/object.h
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2012-03-28 17:54:20 +0300
committerVille Skyttä <ville.skytta@iki.fi>2012-03-28 17:54:20 +0300
commite74a3437211bed8e483ce289b87c99f479849a35 (patch)
tree001af70ff6ffad80f37411f507d6b8b97217b92a /xml/object.h
parenteb464b67a9ea3ba12056d8f8353d28833dfe68e3 (diff)
downloadvdr-plugin-text2skin-e74a3437211bed8e483ce289b87c99f479849a35.tar.gz
vdr-plugin-text2skin-e74a3437211bed8e483ce289b87c99f479849a35.tar.bz2
Trim trailing whitespace.
Diffstat (limited to 'xml/object.h')
-rw-r--r--xml/object.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/xml/object.h b/xml/object.h
index 2343f82..297039e 100644
--- a/xml/object.h
+++ b/xml/object.h
@@ -27,7 +27,7 @@ struct txWindow {
txPoint pos1;
txPoint pos2;
int bpp;
- txWindow(int _x1 = 0, int _y1 = 0, int _x2 = -1, int _y2 = -1, int _bpp=4):
+ txWindow(int _x1 = 0, int _y1 = 0, int _x2 = -1, int _y2 = -1, int _bpp=4):
pos1(_x1, _y2), pos2(_x2, _y2), bpp(_bpp) {}
};
@@ -103,7 +103,7 @@ public:
item,
#define __COUNT_OBJECT__ (item + 1)
};
-
+
private:
cxDisplay *mDisplay;
cxSkin *mSkin;