diff options
| author | Tim Penhey <tim.penhey@canonical.com> | 2012-02-09 08:55:48 +1300 |
|---|---|---|
| committer | Tim Penhey <tim.penhey@canonical.com> | 2012-02-09 08:55:48 +1300 |
| commit | ea8b7a2965315430070e23f0361d6952cf73245e (patch) | |
| tree | 5e2aedcb211b5686b61f485afad8a612222abf2c | |
| parent | 11a159e4794d9d1a86be7441d920e4c05111a460 (diff) | |
whitespace
(bzr r1926.1.3)
| -rw-r--r-- | plugins/unityshell/src/HudIcon.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/unityshell/src/HudIcon.h b/plugins/unityshell/src/HudIcon.h index 5e24b518b..82ddf3ba9 100644 --- a/plugins/unityshell/src/HudIcon.h +++ b/plugins/unityshell/src/HudIcon.h @@ -50,7 +50,7 @@ namespace hud class Icon : public unity::IconTexture { public: - typedef nux::ObjectPtr<IconTexture> Ptr; + typedef nux::ObjectPtr<IconTexture> Ptr; Icon(nux::BaseTexture* texture, guint width, guint height); Icon(const char* icon_name, unsigned int size, bool defer_icon_loading = false); ~Icon(); |
