Skip to content

Commit

Permalink
remove namespace call
Browse files Browse the repository at this point in the history
  • Loading branch information
eblondel committed Sep 18, 2024
1 parent a876bce commit 8210425
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/GMLCOVAbstractCoverage.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#' @author Emmanuel Blondel <emmanuel.blondel1@@gmail.com>
#'
GMLCOVAbstractCoverage <- R6Class("GMLCOVAbstractCoverage",
inherit = geometa::GMLAbstractCoverage,
inherit = GMLAbstractCoverage,
private = list(
xmlElement = "AbstractCoverage",
xmlNamespacePrefix = "GMLCOV"
Expand Down

0 comments on commit 8210425

Please sign in to comment.