"tools/vscode:/vscode.git/clone" did not exist on "bd2e0bc306fcaefc63f6c8a43d2fc84cfb6242c9"
Commit 37d493e2 authored by Davis King's avatar Davis King
Browse files

Added missing const

parent beae2212
......@@ -34,7 +34,7 @@ namespace dlib
long nc() const { return m_nc; }
size_t size() const { return data.size(); }
void async_copy_to_device()
void async_copy_to_device() const
{
data.async_copy_to_device();
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment