From c85cae0d74c2c32b23f5e1422f230bebd61f1b1e Mon Sep 17 00:00:00 2001 From: Rusty Wagner Date: Sat, 21 Mar 2015 03:51:23 -0400 Subject: Add assemble dialog and use nasm for x86/x86_64 --- filemetadata.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'filemetadata.cpp') diff --git a/filemetadata.cpp b/filemetadata.cpp index 2a563f40..0824d234 100644 --- a/filemetadata.cpp +++ b/filemetadata.cpp @@ -86,7 +86,7 @@ void FileMetadata::SetNavigationHandler(NavigationHandler* handler) } -const string& FileMetadata::GetFilename() const +string FileMetadata::GetFilename() const { char* str = BNGetFilename(m_file); string result = str; -- cgit v1.3.1