diff options
Diffstat (limited to 'arts/modules/README.environments')
-rw-r--r-- | arts/modules/README.environments | 2 |
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" |