diff options
author | kliment <kliment.yanev@gmail.com> | 2011-07-07 16:35:53 +0200 |
---|---|---|
committer | kliment <kliment.yanev@gmail.com> | 2011-07-07 16:35:53 +0200 |
commit | 545a2ee492a532e37348daa51c034c29fdc94e18 (patch) | |
tree | 79bd1394283d47ee39063f665513c5897ca97133 /Sprinter | |
parent | 3d058c8d3e0934e0fafd02bf5816dce149da6933 (diff) | |
parent | d98555ffb0e94ece92311dcf2ff3a2ff13d9e3d4 (diff) |
Merge branch 'master' into experimental
Diffstat (limited to 'Sprinter')
-rw-r--r-- | Sprinter/Sprinter.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Sprinter/Sprinter.h b/Sprinter/Sprinter.h index 23f4715..dbd7dc2 100644 --- a/Sprinter/Sprinter.h +++ b/Sprinter/Sprinter.h @@ -2,8 +2,7 @@ // Licence: GPL #include <WProgram.h> extern "C" void __cxa_pure_virtual(); -void __cxa_pure_virtual() {}; - +void __cxa_pure_virtual(){}; void get_command(); void process_commands(); |