mirror of
https://github.com/truebelief/cc-treeiso-plugin.git
synced 2026-08-29 16:40:29 +08:00
Fixes for Linux compilation
This commit is contained in:
+1
-1
@@ -75,7 +75,7 @@ namespace CP
|
||||
template<typename T>
|
||||
using EdgeAttributeMap = boost::adj_list_edge_property_map<
|
||||
boost::directed_tag, EdgeAttribute<T>, EdgeAttribute<T> &
|
||||
, unsigned __int64, CP::EdgeAttribute<T>, boost::edge_bundle_t>;
|
||||
, uint64_t, CP::EdgeAttribute<T>, boost::edge_bundle_t>;
|
||||
template<typename T>
|
||||
using VertexIndexMap = typename boost::property_map<Graph<T>, boost::vertex_index_t>::type;
|
||||
template<typename T>
|
||||
|
||||
+1
-3
@@ -1,6 +1,4 @@
|
||||
#pragma once
|
||||
|
||||
//#######################################################################################
|
||||
//#######################################################################################
|
||||
//# #
|
||||
//# CLOUDCOMPARE PLUGIN: qTreeIso #
|
||||
//# #
|
||||
|
||||
+1
-3
@@ -1,6 +1,4 @@
|
||||
#pragma once
|
||||
|
||||
//#######################################################################################
|
||||
//#######################################################################################
|
||||
//# #
|
||||
//# CLOUDCOMPARE PLUGIN: qTreeIso #
|
||||
//# #
|
||||
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
|
||||
target_sources( ${PROJECT_NAME}
|
||||
PRIVATE
|
||||
${CMAKE_CURRENT_LIST_DIR}/TreeISODlg.ui
|
||||
${CMAKE_CURRENT_LIST_DIR}/TreeIsoDlg.ui
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user