Browse Source

Implemented cursor guide.

jcsyshc 1 year ago
parent
commit
5ec60f7944
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/core/local_connection.h

+ 2 - 0
src/core/local_connection.h

@@ -104,4 +104,6 @@ namespace sophiar {
 
 }
 
+using sophiar_conn_type = sophiar::local_connection;
+
 #endif //SOPHIAR2_LOCAL_CONNECTION_H