mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-12 17:46:34 +01:00
Gtkmm2ext::Prompter::get_result() calls strip_whitespace_edges(), so you don't have to. Removed unused/unecessary/forgotten headers from libpbd. git-svn-id: svn://localhost/trunk/ardour2@270 d708f5d6-7413-0410-9779-e7cbd77b26cf
8 lines
165 B
C++
8 lines
165 B
C++
#ifndef __pbd_whitespace_h__
|
|
#define __pbd_whitespace_h__
|
|
|
|
#include <string>
|
|
|
|
extern void strip_whitespace_edges (std::string& str);
|
|
|
|
#endif // __pbd_whitespace_h__
|