]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/lib/berrno.h
!!! I didn't run the regression tests.!!!
[bacula/bacula] / bacula / src / lib / berrno.h
index 7efdeba61bede9cdc3d0aa34a2cadfadd2d6ba2d..ccdc01791b64e754681acd9200b7b208ad995269 100644 (file)
@@ -42,7 +42,7 @@
  *  must to a GetLastError() to get the error code for formatting.
  * If bit 29 in berrno_ is not set, then it is a Unix errno.
  */
-class berrno {
+class berrno : public SMARTALLOC {
    POOLMEM *buf_;
    int berrno_;
 public: