diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2011-04-17 23:32:40 +0000 |
|---|---|---|
| committer | Jon A. Cruz <jon@joncruz.org> | 2011-04-17 23:32:40 +0000 |
| commit | 899a64ccd59dfede80a93501e5ef13b5f0a724d0 (patch) | |
| tree | b9aef9a68676c0fb1d26e9688c9996a03b71bc54 /src | |
| parent | fix duplicate units in Preferences > Steps (diff) | |
| download | inkscape-899a64ccd59dfede80a93501e5ef13b5f0a724d0.tar.gz inkscape-899a64ccd59dfede80a93501e5ef13b5f0a724d0.zip | |
Restore comment needed in *shared* code file.
(bzr r10179)
Diffstat (limited to 'src')
| -rw-r--r-- | src/ege-adjustment-action.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ege-adjustment-action.cpp b/src/ege-adjustment-action.cpp index bfab201f4..0a4dde320 100644 --- a/src/ege-adjustment-action.cpp +++ b/src/ege-adjustment-action.cpp @@ -39,6 +39,8 @@ * * ***** END LICENSE BLOCK ***** */ +/* Note: this file should be kept compilable as both .cpp and .c */ + #include <cmath> #include <string.h> |
