summaryrefslogtreecommitdiffstats
path: root/arts/modules/README.environments
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2020-12-08 22:26:17 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-12-08 22:26:17 +0900
commitfce86b22a2367f1be1f9aae5e1ba3d18d1371b74 (patch)
tree707fe84fef0569a152e632ce1e16407f9d19a3d2 /arts/modules/README.environments
parent41fa1afc2c571b909acd0312e4eebb4a0b21e3c2 (diff)
downloadtdemultimedia-fce86b22a2367f1be1f9aae5e1ba3d18d1371b74.tar.gz
tdemultimedia-fce86b22a2367f1be1f9aae5e1ba3d18d1371b74.zip
Renaming of files in preparation for code style tools.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'arts/modules/README.environments')
-rw-r--r--arts/modules/README.environments2
1 files changed, 1 insertions, 1 deletions
diff --git a/arts/modules/README.environments b/arts/modules/README.environments
index 0ac64df5..c3b7b985 100644
--- a/arts/modules/README.environments
+++ b/arts/modules/README.environments
@@ -281,7 +281,7 @@ Basically, you derive an interface from Arts::Environment::Item, like this:
and your implementation from Arts::Environment::Item_impl, like this:
- // this code is in the .cc file:
+ // this code is in the .cpp file:
#include "artsmodules.h"
#include "env_item_impl.h"