We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0065969 commit db6e263Copy full SHA for db6e263
src/ui/win32/bindings/MemoryViewerControlBinding.cpp
@@ -333,7 +333,7 @@ bool MemoryViewerControlBinding::OnPaste(bool bShiftHeld)
333
auto nAddress = m_pViewModel.GetAddress();
334
const auto& pEmulatorContext = ra::services::ServiceLocator::Get<ra::data::context::EmulatorContext>();
335
std::wstring sClipboardText = ra::services::ServiceLocator::Get<ra::services::IClipboard>().GetText();
336
- const auto nBytesForSize = ra::data::MemSizeBytes(m_pViewModel.GetSize());
+ const size_t nBytesForSize = ra::data::MemSizeBytes(m_pViewModel.GetSize());
337
std::wstring sError;
338
339
if (sClipboardText.empty())
0 commit comments