Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Cresson Remi
otbtf
Commits
676bb5dc
Commit
676bb5dc
authored
Feb 27, 2019
by
Cresson Remi
Browse files
COMP: fix compilation error with last OTB develop branch
parent
c76fe1be
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/otbDensePolygonClassStatistics.cxx
View file @
676bb5dc
...
...
@@ -139,7 +139,7 @@ private:
OGRFieldType
fieldType
=
feature
.
ogr
().
GetFieldDefnRef
(
iField
)
->
GetType
();
if
(
fieldType
==
OFTString
||
fieldType
==
OFTInteger
||
ogr
::
version_proxy
::
IsOFTInteger64
(
fieldType
)
)
if
(
fieldType
==
OFTString
||
fieldType
==
OFTInteger
)
{
std
::
string
tmpKey
=
"field."
+
key
.
substr
(
0
,
end
-
key
.
begin
());
AddChoice
(
tmpKey
,
item
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment