diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-12-08 10:37:30 +0000 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-12-08 10:37:30 +0000 |
commit | 4a6ec712275b179decd1844232dce44bc9f9dc19 (patch) | |
tree | 75d9a7780c99306d91394564284ab90a626e6f0f /tests/planner-mock.h | |
parent | 755e153eb1928f62169165259bd7a3a9f8cc38b3 (diff) | |
download | ayatana-indicator-datetime-4a6ec712275b179decd1844232dce44bc9f9dc19.tar.gz ayatana-indicator-datetime-4a6ec712275b179decd1844232dce44bc9f9dc19.tar.bz2 ayatana-indicator-datetime-4a6ec712275b179decd1844232dce44bc9f9dc19.zip |
Many more C++ namespace name changes (unity -> ayatana).
Diffstat (limited to 'tests/planner-mock.h')
-rw-r--r-- | tests/planner-mock.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/planner-mock.h b/tests/planner-mock.h index 53109cf..a324bd4 100644 --- a/tests/planner-mock.h +++ b/tests/planner-mock.h @@ -22,7 +22,7 @@ #include <datetime/planner-range.h> -namespace unity { +namespace ayatana { namespace indicator { namespace datetime { @@ -51,6 +51,6 @@ private: } // namespace datetime } // namespace indicator -} // namespace unity +} // namespace ayatana #endif // INDICATOR_DATETIME_PLANNER_MOCK_H |