diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-01-26 00:22:40 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-01-26 02:21:16 +0100 |
| commit | 818e4bec3fd59a4ff7619a1b449c4eda71cb84fb (patch) | |
| tree | b0be2ffc8113abe037c3f4652b2db09b4e54cf47 /src/tools | |
| parent | 2d777cdbd6017463fe6bd62e2d982d273811d7de (diff) | |
Allow use of different nanomsg socket URLs for different purposes.
Diffstat (limited to 'src/tools')
| -rw-r--r-- | src/tools/dcpomatic_disk.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/dcpomatic_disk.cc b/src/tools/dcpomatic_disk.cc index b47addce9..d4b6a954c 100644 --- a/src/tools/dcpomatic_disk.cc +++ b/src/tools/dcpomatic_disk.cc @@ -108,7 +108,7 @@ class DOMFrame : public wxFrame public: explicit DOMFrame (wxString const & title) : wxFrame (nullptr, wxID_ANY, title) - , _nanomsg (true) + , _nanomsg(true, "disk") , _sizer (new wxBoxSizer(wxVERTICAL)) { #ifdef DCPOMATIC_OSX |
