1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-15 23:59:37 +02:00

Added warning (comment) "use at your own risk".

This commit is contained in:
james.k.crook@gmail.com 2013-05-25 10:55:27 +00:00
parent 46413b00c3
commit 8a1b3f38cc

View File

@ -9,6 +9,9 @@
// Audacity. Because it forwards commands // Audacity. Because it forwards commands
// rather than handling them itself it can be used in // rather than handling them itself it can be used in
// other projects too. // other projects too.
//
// Enabling other programs to connect to Audacity via a pipe is a potential
// security risk. Use at your own risk.
#include <wx/wx.h> #include <wx/wx.h>
#include "ScripterCallback.h" #include "ScripterCallback.h"