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