summaryrefslogtreecommitdiff
path: root/slideshow/source/engine/activities/simplecontinuousactivitybase.hxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-04-18 22:23:58 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-04-19 11:10:12 +0200
commit72a416bef846a5e0e6b2814db963082d338c41f3 (patch)
tree720b29c6ca598288a4127986efd78386f4f224a4 /slideshow/source/engine/activities/simplecontinuousactivitybase.hxx
parentd75f773f6231de25339d53afae167f5e83b33a1d (diff)
fixincludeguards.sh: slideshow
Change-Id: Id966e572afb403fd652a7a9b3936e1cfae4581b9
Diffstat (limited to 'slideshow/source/engine/activities/simplecontinuousactivitybase.hxx')
-rw-r--r--slideshow/source/engine/activities/simplecontinuousactivitybase.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/slideshow/source/engine/activities/simplecontinuousactivitybase.hxx b/slideshow/source/engine/activities/simplecontinuousactivitybase.hxx
index da26c9ec3b93..a0b968e940ce 100644
--- a/slideshow/source/engine/activities/simplecontinuousactivitybase.hxx
+++ b/slideshow/source/engine/activities/simplecontinuousactivitybase.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_SLIDESHOW_SIMPLECONTINUOUSACTIVITYBASE_HXX
-#define INCLUDED_SLIDESHOW_SIMPLECONTINUOUSACTIVITYBASE_HXX
+#ifndef INCLUDED_SLIDESHOW_SOURCE_ENGINE_ACTIVITIES_SIMPLECONTINUOUSACTIVITYBASE_HXX
+#define INCLUDED_SLIDESHOW_SOURCE_ENGINE_ACTIVITIES_SIMPLECONTINUOUSACTIVITYBASE_HXX
#include "activitybase.hxx"
#include <canvas/elapsedtime.hxx>
@@ -76,6 +76,6 @@ namespace slideshow
}
}
-#endif /* INCLUDED_SLIDESHOW_SIMPLECONTINUOUSACTIVITYBASE_HXX */
+#endif // INCLUDED_SLIDESHOW_SOURCE_ENGINE_ACTIVITIES_SIMPLECONTINUOUSACTIVITYBASE_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */