Minor: replaced 'pragma once' with include guards.
This commit is contained in:
parent
003644f04d
commit
db0a2c0d01
@ -1,4 +1,5 @@
|
|||||||
#pragma once
|
#ifndef PAYMENT_RATE_INCLUDED_H
|
||||||
|
#define PAYMENT_RATE_INCLUDED_H
|
||||||
|
|
||||||
class ATBPaymentRate
|
class ATBPaymentRate
|
||||||
{
|
{
|
||||||
@ -7,3 +8,5 @@ public:
|
|||||||
int pra_payment_unit_id;
|
int pra_payment_unit_id;
|
||||||
double pra_price;
|
double pra_price;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
#endif // PAYMENT_RATE_INCLUDED_H
|
||||||
|
Loading…
Reference in New Issue
Block a user