Commit 33f17755 authored by twanvl's avatar twanvl

comment

parent cffe1418
......@@ -20,6 +20,7 @@
// ----------------------------------------------------------------------------- : Clipboard serialization
/// Serialize an object to a string, clipboard_package will be set to the given package.
template <typename T>
String serialize_for_clipboard(Package& package, T& object) {
shared_ptr<wxStringOutputStream> stream( new wxStringOutputStream );
......
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