summaryrefslogtreecommitdiffstats
path: root/src/bltGrPostscript.C
diff options
context:
space:
mode:
authorjoye <joye>2014-04-22 15:40:27 (GMT)
committerjoye <joye>2014-04-22 15:40:27 (GMT)
commit1ed97aa4d994ee8d11159e147e648e8440d7e574 (patch)
treed7f5e529600307445286c76908ab9a7a30ec7baa /src/bltGrPostscript.C
parent3594b3f49fc3fb27c87ef6ca533988d8144e7562 (diff)
downloadblt-1ed97aa4d994ee8d11159e147e648e8440d7e574.zip
blt-1ed97aa4d994ee8d11159e147e648e8440d7e574.tar.gz
blt-1ed97aa4d994ee8d11159e147e648e8440d7e574.tar.bz2
*** empty log message ***
Diffstat (limited to 'src/bltGrPostscript.C')
-rw-r--r--src/bltGrPostscript.C5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/bltGrPostscript.C b/src/bltGrPostscript.C
index 39254c7..f287aee 100644
--- a/src/bltGrPostscript.C
+++ b/src/bltGrPostscript.C
@@ -27,13 +27,12 @@
* WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
-extern "C" {
#include "bltGraph.h"
-};
-
#include "bltGrPageSetup.h"
#include "bltConfig.h"
+using namespace Blt;
+
static Tk_OptionSpec optionSpecs[] = {
{TK_OPTION_BOOLEAN, "-center", "center", "Center",
"yes", -1, Tk_Offset(PageSetupOptions, center), 0, NULL, 0},