summaryrefslogtreecommitdiff
path: root/jvmfwk
diff options
context:
space:
mode:
Diffstat (limited to 'jvmfwk')
-rw-r--r--jvmfwk/plugins/sunmajor/pluginlib/util.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/jvmfwk/plugins/sunmajor/pluginlib/util.cxx b/jvmfwk/plugins/sunmajor/pluginlib/util.cxx
index 0f5e126c6299..569425655732 100644
--- a/jvmfwk/plugins/sunmajor/pluginlib/util.cxx
+++ b/jvmfwk/plugins/sunmajor/pluginlib/util.cxx
@@ -212,7 +212,7 @@ public:
FileHandleGuard(const FileHandleGuard&) = delete;
FileHandleGuard& operator=(const FileHandleGuard&) = delete;
- inline oslFileHandle & getHandle() { return m_rHandle; }
+ oslFileHandle & getHandle() { return m_rHandle; }
private:
oslFileHandle & m_rHandle;