Changeset 450 for trunk/include/cppbase


Ignore:
Timestamp:
Jun 1, 2021, 8:46:38 PM (4 years ago)
Author:
pr
Message:

Fix missing member init.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/cppbase/bs_base.h

    r250 r450  
    88
    99/*
    10  *      This file Copyright (C) 2001 Ulrich M”ller.
     10 *      This file Copyright (C) 2001-2021 Ulrich M”ller.
    1111 *      This program is free software; you can redistribute it and/or modify
    1212 *      it under the terms of the GNU General Public License as published by
     
    287287     *
    288288     *@@added V0.9.19 (2002-05-07) [umoeller]
     289     *@@changed WarpIN V1.0.25 (2021-05-27) [pr]: fixed missing _cRequests init.
    289290     */
    290291
     
    296297        public:
    297298            BSLock(const BSMutex &mtx)
    298                 : _mtx(mtx)
     299                : _mtx(mtx), _cRequests(0)
    299300            {
    300301                if (mtx.Request())
Note: See TracChangeset for help on using the changeset viewer.