git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1513 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
twanvl
2010-10-03 15:38:20 +00:00
parent 13a051b967
commit 3def657642
+1
View File
@@ -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 );