diff options
| author | Bob Jamison <ishmalius@gmail.com> | 2008-03-11 21:13:53 +0000 |
|---|---|---|
| committer | ishmal <ishmal@users.sourceforge.net> | 2008-03-11 21:13:53 +0000 |
| commit | c12eeb6315500334d0a244d87f8a88936ee04959 (patch) | |
| tree | f8ffc37515b41260d18e4ddf4012b9a7fa9107fe /src/bind/javabind-private.h | |
| parent | Add more javac stuff. Add target="" attribute to javac (diff) | |
| download | inkscape-c12eeb6315500334d0a244d87f8a88936ee04959.tar.gz inkscape-c12eeb6315500334d0a244d87f8a88936ee04959.zip | |
Got initial JS execution working
(bzr r5057)
Diffstat (limited to 'src/bind/javabind-private.h')
| -rw-r--r-- | src/bind/javabind-private.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bind/javabind-private.h b/src/bind/javabind-private.h index ce595fa85..f76118c28 100644 --- a/src/bind/javabind-private.h +++ b/src/bind/javabind-private.h @@ -63,6 +63,8 @@ public: virtual bool doBinding(); + virtual bool setupScriptRunner(); + static JavaBinderyImpl *getInstance(); |
