summaryrefslogtreecommitdiff
path: root/src/java/jlibical_utils_cxx.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/java/jlibical_utils_cxx.cpp')
-rw-r--r--src/java/jlibical_utils_cxx.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/java/jlibical_utils_cxx.cpp b/src/java/jlibical_utils_cxx.cpp
index e52e33f4..b20b5cc4 100644
--- a/src/java/jlibical_utils_cxx.cpp
+++ b/src/java/jlibical_utils_cxx.cpp
@@ -98,8 +98,8 @@ void setCObjectPtr(JNIEnv *env, jobject surrogate, void* subject)
}
//-------------------------------------------------------
-// Return the pointer to the subject (as an VComponent*) from the given surrogate.
-// If the subject is not an VComponent type, or if the subject is NULL, then return NULL.
+// Return the pointer to the subject (as a VComponent*) from the given surrogate.
+// If the subject is not a VComponent type, or if the subject is NULL, then return NULL.
//-------------------------------------------------------
VComponent* getSubjectAsVComponent(JNIEnv *env, jobject surrogateComponent, int exceptionType)
{