src/Error.cc
author Tero Marttila <terom@fixme.fi>
Fri, 16 Jan 2009 22:24:37 +0200
changeset 402 ce1e536ec897
parent 227 39cd6861e43e
permissions -rw-r--r--
fix kishna-glista.dox -> kisna-glista.dox, and also fix VersionScript include sillyness

#include "Error.hh"

std::ostream& operator<< (std::ostream &s, Error &e) {
    return s << e.what();
}