Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/time.cfa

    r5454d77 rb12e4ad  
    1010// Created On       : Tue Mar 27 13:33:14 2018
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Tue Jul 18 10:55:01 2023
    13 // Update Count     : 71
     12// Last Modified On : Fri Aug  2 07:41:24 2024
     13// Update Count     : 72
    1414//
    1515
     
    4343                return os;
    4444        } // ?|?
    45         OSTYPE_VOID_IMPL( Duration )
     45        OSTYPE_VOID_IMPL( os, Duration )
    4646} // distribution
    4747
     
    152152                return os;
    153153        } // ?|?
    154         OSTYPE_VOID_IMPL( Time )
     154        OSTYPE_VOID_IMPL( os, Time )
    155155} // distribution
    156156
Note: See TracChangeset for help on using the changeset viewer.