No Ticket: One of the methods in Variant.h didn't match the name of the method in Variant.cpp so the method in Variant.h was renamed.
This commit is contained in:
@@ -151,7 +151,7 @@ JNIEXPORT jstring JNICALL Java_com_jacob_com_Variant_getVariantStringRef
|
|||||||
* Method: com_jacob_com_VariantClear
|
* Method: com_jacob_com_VariantClear
|
||||||
* Signature: ()V
|
* Signature: ()V
|
||||||
*/
|
*/
|
||||||
JNIEXPORT void JNICALL Java_com_jacob_com_Variant_com_jacob_com_VariantClear
|
JNIEXPORT void JNICALL Java_com_jacob_com_Variant_VariantClear
|
||||||
(JNIEnv *, jobject);
|
(JNIEnv *, jobject);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user