diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-09-09 01:37:57 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-09-09 01:37:57 +0800 |
commit | 2be069f2fad9e5973fae2c543defb09c7375ccc3 (patch) | |
tree | 8c202a160827f05c04cb115371f60adb52f1e43c /shell/evolution-storage.c | |
parent | f2df2bcabee527ff9e8aae3f88b102b0c810f04f (diff) | |
download | gsoc2013-evolution-2be069f2fad9e5973fae2c543defb09c7375ccc3.tar gsoc2013-evolution-2be069f2fad9e5973fae2c543defb09c7375ccc3.tar.gz gsoc2013-evolution-2be069f2fad9e5973fae2c543defb09c7375ccc3.tar.bz2 gsoc2013-evolution-2be069f2fad9e5973fae2c543defb09c7375ccc3.tar.lz gsoc2013-evolution-2be069f2fad9e5973fae2c543defb09c7375ccc3.tar.xz gsoc2013-evolution-2be069f2fad9e5973fae2c543defb09c7375ccc3.tar.zst gsoc2013-evolution-2be069f2fad9e5973fae2c543defb09c7375ccc3.zip |
Fix Chris' fixes.
svn path=/trunk/; revision=5270
Diffstat (limited to 'shell/evolution-storage.c')
-rw-r--r-- | shell/evolution-storage.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/shell/evolution-storage.c b/shell/evolution-storage.c index 9912b5bb2a..887a9f98d5 100644 --- a/shell/evolution-storage.c +++ b/shell/evolution-storage.c @@ -158,9 +158,7 @@ static void corba_class_init (void) { POA_Evolution_Storage__vepv *vepv; -#ifndef NO_WARNINGS - POA_Evolution_Storage__epv *epv; -#endif + PortableServer_ServantBase__epv *base_epv; base_epv = g_new0 (PortableServer_ServantBase__epv, 1); |