Fix .h-files to not define variables
commitd021b909748703790cda18128c7c1407c47ddb7e
authorKirill <kirillathome@gmail.com>
Sat, 3 Jan 2009 20:39:53 +0000 (3 15:39 -0500)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Tue, 6 Jan 2009 20:40:32 +0000 (6 21:40 +0100)
treeb03ba203e829fa17f3d3b4c1f1756c3781eb251b
parent23ce5df236803dc5272268deaabef9c06af27c13
Fix .h-files to not define variables

Somehow defining a variable in a header file worked fine even though
the header file was included multiple times in different modules. However
refactoring the project to be a static library made it not working [but
only in some cases].

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
ext.h
factory.h
menu.h