diff options
| author | Nils Wallménius <nils@rockbox.org> | 2008-05-01 19:47:54 +0000 |
|---|---|---|
| committer | Nils Wallménius <nils@rockbox.org> | 2008-05-01 19:47:54 +0000 |
| commit | 1f7a72f3115afa52110cc561b353f6ff2235c19a (patch) | |
| tree | a8c0ad5a5552aa5e6fc1b85943d2726a71468bb9 /apps | |
| parent | ddae6a242caa8e49f948ec97ff7a4e618e2f6e0d (diff) | |
| download | rockbox-1f7a72f3115afa52110cc561b353f6ff2235c19a.zip rockbox-1f7a72f3115afa52110cc561b353f6ff2235c19a.tar.gz rockbox-1f7a72f3115afa52110cc561b353f6ff2235c19a.tar.bz2 rockbox-1f7a72f3115afa52110cc561b353f6ff2235c19a.tar.xz | |
Oops, use the mem* function wrapper macro to make gcc happy
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17300 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/plugins/calculator.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/calculator.c b/apps/plugins/calculator.c index 9204702..ee55045 100644 --- a/apps/plugins/calculator.c +++ b/apps/plugins/calculator.c @@ -283,6 +283,7 @@ PLUGIN_HEADER #endif static struct plugin_api* rb; +MEM_FUNCTION_WRAPPERS(rb); enum { basicButtons, |