diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-09-13 12:46:00 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-09-13 12:46:00 +0200 |
commit | 1de096cbd4135d6640c50025d589d045dc95615d (patch) | |
tree | 8ab3b42da269bec357126fd429e77886819691c6 /src/test/methods.h | |
parent | m + doc (diff) | |
download | libgamma-1de096cbd4135d6640c50025d589d045dc95615d.tar.gz libgamma-1de096cbd4135d6640c50025d589d045dc95615d.tar.bz2 libgamma-1de096cbd4135d6640c50025d589d045dc95615d.tar.xz |
code separation
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src/test/methods.h')
-rw-r--r-- | src/test/methods.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/methods.h b/src/test/methods.h index c8720bc..194485d 100644 --- a/src/test/methods.h +++ b/src/test/methods.h @@ -23,6 +23,7 @@ # define __attribute__(x) #endif + /** * Get the name representation of an * adjustment method by its identifier. |