Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Niefer2010-02-08 20:58:31 +0000
committerAndrew Niefer2010-02-08 20:58:31 +0000
commit6f8e8a3bc5fe32d86f67ff8d69bc4cf203e40ec3 (patch)
treea4465e0ee5fe7c6eefb08f590ec050bb25e5637a /bundles/org.eclipse.equinox.executable/library/wpf/eclipseWpf.cpp
parentc3a719727e7bbe5ebd30654f9e187713cfad0393 (diff)
downloadrt.equinox.framework-6f8e8a3bc5fe32d86f67ff8d69bc4cf203e40ec3.tar.gz
rt.equinox.framework-6f8e8a3bc5fe32d86f67ff8d69bc4cf203e40ec3.tar.xz
rt.equinox.framework-6f8e8a3bc5fe32d86f67ff8d69bc4cf203e40ec3.zip
bug 301033 - --launcher.defaultAction & openFile
Diffstat (limited to 'bundles/org.eclipse.equinox.executable/library/wpf/eclipseWpf.cpp')
-rw-r--r--bundles/org.eclipse.equinox.executable/library/wpf/eclipseWpf.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.executable/library/wpf/eclipseWpf.cpp b/bundles/org.eclipse.equinox.executable/library/wpf/eclipseWpf.cpp
index f4878e35c..18b6c5138 100644
--- a/bundles/org.eclipse.equinox.executable/library/wpf/eclipseWpf.cpp
+++ b/bundles/org.eclipse.equinox.executable/library/wpf/eclipseWpf.cpp
@@ -554,7 +554,7 @@ int isSunVM( _TCHAR * javaVM, _TCHAR * jniLib ) {
return result;
}
-int reuseWorkbench(_TCHAR* filePath, int timeout) {
+int reuseWorkbench(_TCHAR** filePath, int timeout) {
/* not implemented for WPF */
return -1;
}

Back to the top