diff --git a/src/osgEarth/Threading b/src/osgEarth/Threading index 5538810370..6e1abd34e5 100644 --- a/src/osgEarth/Threading +++ b/src/osgEarth/Threading @@ -854,7 +854,7 @@ namespace osgEarth { namespace Threading //! @func Function to execute //! @return Future result. If this objects goes out of scope, //! the job will be canceled and may not run at all. - template::type> + template::type> Future dispatch(FUNC function) const; //! Dispatch the job for asynchronous execution and forget