From 4e6f7fed808b773ddfce6754441dd29ba7f7d3b4 Mon Sep 17 00:00:00 2001 From: jakcron Date: Tue, 23 Oct 2018 12:22:47 +0800 Subject: [PATCH] [hac] Remove unneeded namespace in method declaration. --- lib/libhac/include/nn/hac/ContentMeta.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/libhac/include/nn/hac/ContentMeta.h b/lib/libhac/include/nn/hac/ContentMeta.h index 0bcb18a..4c748fd 100644 --- a/lib/libhac/include/nn/hac/ContentMeta.h +++ b/lib/libhac/include/nn/hac/ContentMeta.h @@ -61,11 +61,11 @@ namespace hac const DeltaMetaExtendedHeader& getDeltaMetaExtendedHeader() const; void setDeltaMetaExtendedHeader(const DeltaMetaExtendedHeader& exhdr); - const fnd::List& getContentInfo() const; - void setContentInfo(const fnd::List& info); + const fnd::List& getContentInfo() const; + void setContentInfo(const fnd::List& info); - const fnd::List& getContentMetaInfo() const; - void setContentMetaInfo(const fnd::List& info); + const fnd::List& getContentMetaInfo() const; + void setContentMetaInfo(const fnd::List& info); const fnd::Vec& getExtendedData() const; void setExtendedData(const fnd::Vec& data);