summaryrefslogtreecommitdiff
path: root/src/java/net_cp_jlibical_ICalProperty_cxx.h
diff options
context:
space:
mode:
authorAllen Winter <allen.winter@kdab.com>2015-02-14 18:33:41 -0500
committerAllen Winter <allen.winter@kdab.com>2015-02-14 18:33:41 -0500
commit5e23e5e5f5369045c2893f3e57a0f60066366c5f (patch)
tree5f84b95c78cd7f297b11fe29aa6dbdefd18d7c67 /src/java/net_cp_jlibical_ICalProperty_cxx.h
parent560c49abe4cc4b0d35760ab4ef453c8bfed51aa1 (diff)
downloadlibical-git-5e23e5e5f5369045c2893f3e57a0f60066366c5f.tar.gz
first attempt at fixing visibility for C++
as well as re-arraning the CMakeLists.txt for each of the libs.
Diffstat (limited to 'src/java/net_cp_jlibical_ICalProperty_cxx.h')
-rw-r--r--src/java/net_cp_jlibical_ICalProperty_cxx.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/java/net_cp_jlibical_ICalProperty_cxx.h b/src/java/net_cp_jlibical_ICalProperty_cxx.h
index 686ae9a0..41b4a36c 100644
--- a/src/java/net_cp_jlibical_ICalProperty_cxx.h
+++ b/src/java/net_cp_jlibical_ICalProperty_cxx.h
@@ -146,10 +146,10 @@ JNIEXPORT jstring JNICALL Java_net_cp_jlibical_ICalProperty_get_1name
/*
* Class: net_cp_jlibical_ICalProperty
- * Method: icalparameter_value_to_value_kind
+ * Method: value_to_value_kind
* Signature: (I)I
*/
-JNIEXPORT jint JNICALL Java_net_cp_jlibical_ICalProperty_icalparameter_1value_1to_1value_1kind
+JNIEXPORT jint JNICALL Java_net_cp_jlibical_ICalProperty_value_1to_1value_1kind
(JNIEnv *, jclass, jint);
/*