diff options
author | David Robillard <d@drobilla.net> | 2012-12-26 20:15:51 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-12-26 20:15:51 +0000 |
commit | 3f63c53b6d1188f1b6f0cd94fbb67ce48965b14d (patch) | |
tree | 5c3d2aa57501df81a47cdcd3bb5fbf12a42aed4b /src/expand.cpp | |
parent | 9d70db157eb9458f6716eacf24752fcfbb205fcb (diff) | |
download | resp-3f63c53b6d1188f1b6f0cd94fbb67ce48965b14d.tar.gz resp-3f63c53b6d1188f1b6f0cd94fbb67ce48965b14d.tar.bz2 resp-3f63c53b6d1188f1b6f0cd94fbb67ce48965b14d.zip |
Fix lifted type declarations.
git-svn-id: http://svn.drobilla.net/resp/trunk@449 ad02d1e2-f140-0410-9f75-f8b11f17cedd
Diffstat (limited to 'src/expand.cpp')
-rw-r--r-- | src/expand.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/expand.cpp b/src/expand.cpp index 5ede0dd..72d83cd 100644 --- a/src/expand.cpp +++ b/src/expand.cpp @@ -16,7 +16,7 @@ */ /** @file - * @brief Expand built-in macros (i.e. def) + * @brief Read and expand macros. */ #include "resp.hpp" |