diff options
Diffstat (limited to 'include/datetime/appointment.h')
-rw-r--r-- | include/datetime/appointment.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/datetime/appointment.h b/include/datetime/appointment.h index e323c9c..2cd1807 100644 --- a/include/datetime/appointment.h +++ b/include/datetime/appointment.h @@ -25,7 +25,7 @@ #include <string> #include <vector> -namespace unity { +namespace ayatana { namespace indicator { namespace datetime { @@ -67,6 +67,6 @@ public: } // namespace datetime } // namespace indicator -} // namespace unity +} // namespace ayatana #endif // INDICATOR_DATETIME_APPOINTMENT_H |