diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-12-06 19:28:06 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-12-06 19:28:06 +0900 |
commit | 00d4f92b717fbcbed6f9eee361975d6ee5380d59 (patch) | |
tree | 043b5970d66e539e1fbf6dde03440d6569e34c4e /mcop/namedstore.h | |
parent | 2f53bfe61c8ee78ff36ac6c66ae714b01e407b33 (diff) | |
download | arts-00d4f92b717fbcbed6f9eee361975d6ee5380d59.tar.gz arts-00d4f92b717fbcbed6f9eee361975d6ee5380d59.zip |
Renaming of files in preparation for code style tools.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'mcop/namedstore.h')
-rw-r--r-- | mcop/namedstore.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mcop/namedstore.h b/mcop/namedstore.h index 89a2b2d..6e33732 100644 --- a/mcop/namedstore.h +++ b/mcop/namedstore.h @@ -32,7 +32,7 @@ * BC - Status (2002-03-08): NamedStore * * None of these classes is considered part of the public API. Do NOT use it - * in your apps. These are part of the implementation of object.cc and not + * in your apps. These are part of the implementation of object.cpp and not * to be used elsewhere. */ |