nothrow in header new
This commit is contained in:
parent
dcafcfa17d
commit
70b0a14fd1
3 changed files with 7 additions and 3 deletions
|
@ -19,7 +19,7 @@
|
|||
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||
// DEALINGS IN THE SOFTWARE.
|
||||
|
||||
// $Id: Ewmh.cc,v 1.5 2002/11/23 14:54:50 rathnor Exp $
|
||||
// $Id: Ewmh.cc,v 1.6 2002/11/26 19:49:40 fluxgen Exp $
|
||||
|
||||
#include "Ewmh.hh"
|
||||
|
||||
|
@ -28,6 +28,7 @@
|
|||
#include "fluxbox.hh"
|
||||
|
||||
#include <iostream>
|
||||
#include <new>
|
||||
using namespace std;
|
||||
|
||||
Ewmh::Ewmh() {
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||
// DEALINGS IN THE SOFTWARE.
|
||||
|
||||
// $Id: XFontImp.cc,v 1.1 2002/11/26 16:01:27 fluxgen Exp $
|
||||
// $Id: XFontImp.cc,v 1.2 2002/11/26 19:48:17 fluxgen Exp $
|
||||
|
||||
#include "XFontImp.hh"
|
||||
#include "App.hh"
|
||||
|
@ -27,7 +27,9 @@
|
|||
#include <X11/Xutil.h>
|
||||
|
||||
#include <iostream>
|
||||
#include <new>
|
||||
using namespace std;
|
||||
|
||||
namespace FbTk {
|
||||
|
||||
XFontImp::XFontImp(const char *fontname):m_rotfont(0), m_fontstruct(0),
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||
// DEALINGS IN THE SOFTWARE.
|
||||
|
||||
// $Id: Gnome.cc,v 1.4 2002/10/16 19:06:51 fluxgen Exp $
|
||||
// $Id: Gnome.cc,v 1.5 2002/11/26 19:49:40 fluxgen Exp $
|
||||
|
||||
#include "Gnome.hh"
|
||||
|
||||
|
@ -27,6 +27,7 @@
|
|||
#include "Screen.hh"
|
||||
|
||||
#include <iostream>
|
||||
#include <new>
|
||||
using namespace std;
|
||||
|
||||
Gnome::Gnome() {
|
||||
|
|
Loading…
Reference in a new issue