Fixes for Linux compilation

This commit is contained in:
rjanvier
2023-06-18 23:29:36 +02:00
committed by ZXi
parent f6f833c5f0
commit 25a9ca397d
4 changed files with 4 additions and 8 deletions
+1 -1
View File
@@ -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
View File
@@ -1,6 +1,4 @@
#pragma once
//#######################################################################################
//#######################################################################################
//# #
//# CLOUDCOMPARE PLUGIN: qTreeIso #
//# #
+1 -3
View File
@@ -1,6 +1,4 @@
#pragma once
//#######################################################################################
//#######################################################################################
//# #
//# CLOUDCOMPARE PLUGIN: qTreeIso #
//# #
+1 -1
View File
@@ -1,5 +1,5 @@
target_sources( ${PROJECT_NAME}
PRIVATE
${CMAKE_CURRENT_LIST_DIR}/TreeISODlg.ui
${CMAKE_CURRENT_LIST_DIR}/TreeIsoDlg.ui
)