Skip to content

Commit

Permalink
add missing namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Mause committed Jun 10, 2024
1 parent 3679c58 commit f94aa2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jni/duckdb_java.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@ struct ResultHolder {
duckdb::unique_ptr<DataChunk> chunk;
};

Value ToValue(JNIEnv *env, jobject param, shared_ptr<ClientContext> context) {
Value ToValue(JNIEnv *env, jobject param, duckdb::shared_ptr<ClientContext> context) {
param = env->CallStaticObjectMethod(J_Timestamp, J_Timestamp_valueOf, param);

if (param == nullptr) {
Expand Down

0 comments on commit f94aa2c

Please sign in to comment.